multiprocessing interleaving
A process of addressing adjacent storage modules in an even/odd fashion. It significantly reduces storageaccess conflicts in a multiprocessor system and increases overall system performance. With interleaving, the modules are divided into even and odd locations (although the addressing structure within the modules themselves remains unchanged). For example, in a fully expanded eight module system, modules 0,2,4,6 are referenced for even address while modules 1,3,5,7 are referenced for odd.; 按奇偶方式對相鄰存儲器模塊進行編址的處理方法,可以大大地減少多處理機系統中存儲 器的存取沖突,提高了整個系統的性能。使用交替處理法,模塊被分為奇偶兩種單元(雖然 模塊內部的尋址結構保持不變)。例如,在一個全擴充的八模塊系統中,模塊0,2,4,6按 偶地址訪問,而模塊1,3,5,7按奇地址訪問。